String Schema
Organisation Element
Description
As the company could be part of a bigger organization, one might provide the hierarchial structure of that organization Thereby a hierarchy will be represented by a LevelID Only 1 digit LevelIds are provided
Namespace http://string.drv.de/xmlschema/string
Diagram
Level Element Sequence Organisation Element
Overview
Organisation optional
As the company could be part of a bigger organization, one might provide the hierarchial structure of that organization Thereby a hierarchy will be represented by a LevelID Only 1 digit LevelIds are provided
Sequence
Level 1..10
A level will be represented by a LevelID (1 digit) and a corresponding key (name) value pair
Sequence
LevelID xs:int
Only 1 digit LevelIds are provided
Source
<xs:element name="Organisation" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>As the company could be part of a bigger organization, one might provide the hierarchial structure of that organization
Thereby a hierarchy will be represented by a LevelID
Only 1 digit LevelIds are provided</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Level" maxOccurs="10">
        <xs:annotation>
          <xs:documentation>A level will be represented by a LevelID (1 digit) and a corresponding key (name) value pair</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="LevelID" type="xs:int">
              <xs:annotation>
                <xs:documentation>Only 1 digit LevelIds are provided</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Name" />
            <xs:element name="Value" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
RequestorInformationType Complex TypeString Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.